Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Codemirror search functionality (#219, #629) #681

Merged

Conversation

Komediruzecki
Copy link
Contributor

@Komediruzecki Komediruzecki commented Nov 13, 2020

Add Codemirror search functionality (c66f197) (#219, #629)

Update Codemirror to latest
Update Codemirror typings to latest
Add code mirror search functionality (include needed addons)
Add some styling of replace search buttons by adding css to StyledContainer in CodeEditor
Add extraKeys: esc when search dialog found something and marked it - to clear the serach contents (without need of calling the serach again)
Add extraKeys: Alt+F - persistant find/search to have dialog persistent while searching

Test:
In electron Linux App (dev)
In electron Linux App production version (appImage)

Todo:

  • Fix styling of search and replace navigation buttons when on light editor backgrounds (invert colors?)
  • Advanced search functionality
    - An option to select, so it only searches titles of notes, instead of contents and notes simultaneously.
  • Add search content in ctrl+p search notes functionality?

IssueHunt Summary

Referenced issues

This pull request has been submitted to:


@Komediruzecki Komediruzecki force-pushed the feature/add-search-and-replace-in-editor branch 2 times, most recently from fcdad9d to 763040f Compare November 20, 2020 06:59
Update Codemirror to latest
Update Codemirror typings to latest
Add code mirror search functionality (include needed addons)
Add some styling of replace search buttons by adding css to StyledContainer in CodeEditordd
Add extraKeys: esc when search dialog found something and marked it - to clear the serach contents (without need of calling the serach again)
Add extraKeys: Alt+F - persistant find/search to have dialog persistent while searching
@Komediruzecki Komediruzecki force-pushed the feature/add-search-and-replace-in-editor branch from 763040f to c66f197 Compare November 20, 2020 07:07
@Komediruzecki Komediruzecki changed the title Add Codemirror search functionality Add Codemirror search functionality (#219) Nov 20, 2020
@Komediruzecki Komediruzecki changed the title Add Codemirror search functionality (#219) Add Codemirror search functionality (#219, #629) Nov 20, 2020
@Rokt33r Rokt33r merged commit b9d8e38 into BoostIO:master Nov 21, 2020
@Komediruzecki Komediruzecki mentioned this pull request Dec 4, 2020
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants